home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 576 / ruf / dialtest.ruf < prev    next >
Text File  |  1992-05-22  |  223b  |  23 lines

  1. crlf
  2. dial $1 "0228254020"
  3. if lt $1 0 6
  4. goto $1 
  5. 6:
  6. print "Benutzer-Abbruch"
  7. goto 5
  8. 0:
  9. print "Wahl OK"
  10. goto 5
  11. 1:
  12. print "Fehler #1"
  13. goto 5
  14. 2:
  15. print "Fehler #2"
  16. goto 5
  17. 3:
  18. print "Fehler #3"
  19. 5:
  20. nocrlf
  21. end
  22.  
  23.